Window.Close Event

The window is about to close. When the application is quitting, CancelClose and Close are called as a pair for each open window.

Syntax

Close


Prior to version 6.0, every window's CancelClose event was called and if none of them canceled, every Close event was called. This change brings applications made with REALbasic more in line with other applications from other vendors.